home *** CD-ROM | disk | FTP | other *** search
/ Digital Nude Photographs: Jammed Light-of-Love / Digital Nude Photographs: Jammed Light-of-Love.iso / shared.dir / 00203.ls < prev    next >
Encoding:
Text File  |  1995-02-18  |  188 b   |  11 lines

  1. on exitFrame
  2.   global waittime, pauseflag
  3.   if pauseflag = "ON" then
  4.     play frame the frame
  5.     exit
  6.   end if
  7.   if the timer < (60 * waittime) then
  8.     play frame the frame
  9.   end if
  10. end
  11.